/* =========================================
   EY Custom Header – Professional Light
========================================= */

.ey-header {
   background: #ffffff; 
              /* white background */
  padding: 16px 0;
  border-bottom: 1px solid #E5E7EB;  /* subtle divider */
}

.ey-header .nav-link {
  color: #4B5563;
  font-weight: 600;     /* increased boldness */
  font-size: 16px;      /* increased size */
  margin-left: 28px;
  transition: all 0.2s ease;
}

.ey-header .nav-link:hover {
  color: #111827;
}

.ey-logo img {
  height: 40px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  filter: none;                     /* normal icon for light bg */
}

/* User dropdown styling */

.ey-user {
  font-weight: 700;     /* slightly stronger for username */
  font-size: 16px;
  color: #1F2937 !important;
}

.dropdown-menu {
  border-radius: 8px;
  padding: 8px 0;
  border: 1px solid #E5E7EB;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.dropdown-item {
  font-size: 14px;
  color: #374151;
  padding: 8px 18px;
}

.dropdown-item:hover {
  background-color: #F3F4F6;        /* light gray hover */
  color: #111827;
}
